Html Css Color HEX #970FCC Dark Violet

📋 copy color: '#970FCC'

red 151 ◦ green 15 ◦ blue 204

#970FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #970FCC

Tints of Dark Violet #970FCC

RGB

 RED value IS 151 (59.38% from 255) = 40.81%

 GREEN value IS 15 (6.25% from 255) = 4.05%

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 40.81%
G = 4.05%
B = 55.14%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#970FCC (or 0x970FCC) is known color: Dark Violet. HEX triplet: 97, 0F and CC. RGB value is (151,15,204). Sum of RGB (Red+Green+Blue) = 151+15+204=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #970FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FCC is #68F033. Grayscale: #4C4C4C. Windows color (decimal): -6877236 or 13373335. OLE color: 13373335.

HSL color Cylindrical-coordinate representation of color #970FCC: hue angle of 283.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970FCC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 15 204 -
CMYK 0.26 0.93 0 0.2
HSL 283.17º 0.86% 0.43% -
HSV(B) 283.17º 0.93% 0.8% -
XYZ 23.83 11.28 58.05 -
YUV 77.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 151 15 204 0.26 0.93 0 0.2 283.17 0.86 0.43
Hex 97 F CC 1A 5D 0 14 11B 56 2B
Octal 227 17 314 32 135 0 24 433 126 53
Binary 10010111 1111 11001100 11010 1011101 0 10100 100011011 1010110 101011

Color Harmonies of #970FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FCC

Black with #970FCC

Text Example


Text Example

White with #970FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970FCC; }

 p { color: rgb(151,15,204); }

 H1.HeaderClassName
 {
   color: #970FCC;
 }
 .AnyTagClassName
 {
   color: #970FCC;
 }
</style>

background-color css

<style>
 a { background-color: #970FCC; }

 a { background-color: rgb(151,15,204); }

 div.DivClassName
 {
   background-color: #970FCC;
 }
 .BgClassName
 {
   background-color: #970FCC;
 }
</style>

border-color css

<style>
 span { border-color: #970FCC; }

 span { border-color: rgb(151,15,204); }

 td.TdClassName
 {
   border-color: #970FCC;
 }
 .TagClassName
 {
   border-color: #970FCC;
 }
</style>