Html Css Color HEX #970CCE Dark Violet

📋 copy color: '#970CCE'

red 151 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #970CCE

Tints of Dark Violet #970CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 40.92%
G = 3.25%
B = 55.83%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#970CCE (or 0x970CCE) is known color: Dark Violet. HEX triplet: 97, 0C and CE. RGB value is (151,12,206). Sum of RGB (Red+Green+Blue) = 151+12+206=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #970CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CCE is #68F331. Grayscale: #4B4B4B. Windows color (decimal): -6878002 or 13503639. OLE color: 13503639.

HSL color Cylindrical-coordinate representation of color #970CCE: hue angle of 282.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970CCE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 12 206 -
CMYK 0.27 0.94 0 0.19
HSL 282.99º 0.89% 0.43% -
HSV(B) 282.99º 0.94% 0.81% -
XYZ 24.03 11.3 59.31 -
YUV 75.68 201.55 181.73 -
System Red Green Blue C M Y K H S L
Decimal 151 12 206 0.27 0.94 0 0.19 282.99 0.89 0.43
Hex 97 C CE 1B 5E 0 13 11B 59 2B
Octal 227 14 316 33 136 0 23 433 131 53
Binary 10010111 1100 11001110 11011 1011110 0 10011 100011011 1011001 101011

Color Harmonies of #970CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CCE

Black with #970CCE

Text Example


Text Example

White with #970CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,12,206); }

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

background-color css

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

 a { background-color: rgb(151,12,206); }

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

border-color css

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

 span { border-color: rgb(151,12,206); }

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