Html Css Color HEX #970CDE Dark Violet

📋 copy color: '#970CDE'

red 151 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #970CDE

Tints of Dark Violet #970CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 39.22%
G = 3.12%
B = 57.66%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#970CDE (or 0x970CDE) is known color: Dark Violet. HEX triplet: 97, 0C and DE. RGB value is (151,12,222). Sum of RGB (Red+Green+Blue) = 151+12+222=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #970CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CDE is #68F321. Grayscale: #4C4C4C. Windows color (decimal): -6877986 or 14552215. OLE color: 14552215.

HSL color Cylindrical-coordinate representation of color #970CDE: hue angle of 279.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CDE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 12 222 -
CMYK 0.32 0.95 0 0.13
HSL 279.71º 0.9% 0.46% -
HSV(B) 279.71º 0.95% 0.87% -
XYZ 26.08 12.12 70.07 -
YUV 77.5 209.55 180.42 -
System Red Green Blue C M Y K H S L
Decimal 151 12 222 0.32 0.95 0 0.13 279.71 0.9 0.46
Hex 97 C DE 20 5F 0 D 118 5A 2E
Octal 227 14 336 40 137 0 15 430 132 56
Binary 10010111 1100 11011110 100000 1011111 0 1101 100011000 1011010 101110

Color Harmonies of #970CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CDE

Black with #970CDE

Text Example


Text Example

White with #970CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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