Html Css Color HEX #970DCE Dark Violet

📋 copy color: '#970DCE'

red 151 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #970DCE

Tints of Dark Violet #970DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

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

R = 40.81%
G = 3.51%
B = 55.68%

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

#970DCE (or 0x970DCE) is known color: Dark Violet. HEX triplet: 97, 0D and CE. RGB value is (151,13,206). Sum of RGB (Red+Green+Blue) = 151+13+206=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #970DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DCE is #68F231. Grayscale: #4B4B4B. Windows color (decimal): -6877746 or 13503895. OLE color: 13503895.

HSL color Cylindrical-coordinate representation of color #970DCE: hue angle of 282.9º degrees, saturation: 0.88, 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 #970DCE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 13 206 -
CMYK 0.27 0.94 0 0.19
HSL 282.9º 0.88% 0.43% -
HSV(B) 282.9º 0.94% 0.81% -
XYZ 24.05 11.32 59.31 -
YUV 76.26 201.22 181.31 -
System Red Green Blue C M Y K H S L
Decimal 151 13 206 0.27 0.94 0 0.19 282.9 0.88 0.43
Hex 97 D CE 1B 5E 0 13 11B 58 2B
Octal 227 15 316 33 136 0 23 433 130 53
Binary 10010111 1101 11001110 11011 1011110 0 10011 100011011 1011000 101011

Color Harmonies of #970DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DCE

Black with #970DCE

Text Example


Text Example

White with #970DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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