Html Css Color HEX #970DCF Dark Violet

📋 copy color: '#970DCF'

red 151 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #970DCF

Tints of Dark Violet #970DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 40.7%
G = 3.5%
B = 55.8%

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

#970DCF (or 0x970DCF) is known color: Dark Violet. HEX triplet: 97, 0D and CF. RGB value is (151,13,207). Sum of RGB (Red+Green+Blue) = 151+13+207=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #970DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DCF is #68F230. Grayscale: #4B4B4B. Windows color (decimal): -6877745 or 13569431. OLE color: 13569431.

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

Color convert

RGB 151 13 207 -
CMYK 0.27 0.94 0 0.19
HSL 282.68º 0.88% 0.43% -
HSV(B) 282.68º 0.94% 0.81% -
XYZ 24.17 11.37 59.95 -
YUV 76.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 151 13 207 0.27 0.94 0 0.19 282.68 0.88 0.43
Hex 97 D CF 1B 5E 0 13 11B 58 2B
Octal 227 15 317 33 136 0 23 433 130 53
Binary 10010111 1101 11001111 11011 1011110 0 10011 100011011 1011000 101011

Color Harmonies of #970DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DCF

Black with #970DCF

Text Example


Text Example

White with #970DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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