Html Css Color HEX #970CDC Dark Violet

📋 copy color: '#970CDC'

red 151 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #970CDC

Tints of Dark Violet #970CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 39.43%
G = 3.13%
B = 57.44%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#970CDC (or 0x970CDC) is known color: Dark Violet. HEX triplet: 97, 0C and DC. RGB value is (151,12,220). Sum of RGB (Red+Green+Blue) = 151+12+220=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #970CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CDC is #68F323. Grayscale: #4C4C4C. Windows color (decimal): -6877988 or 14421143. OLE color: 14421143.

HSL color Cylindrical-coordinate representation of color #970CDC: hue angle of 280.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CDC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 12 220 -
CMYK 0.31 0.95 0 0.14
HSL 280.1º 0.9% 0.45% -
HSV(B) 280.1º 0.95% 0.86% -
XYZ 25.81 12.01 68.67 -
YUV 77.27 208.55 180.59 -
System Red Green Blue C M Y K H S L
Decimal 151 12 220 0.31 0.95 0 0.14 280.1 0.9 0.45
Hex 97 C DC 1F 5F 0 E 118 5A 2D
Octal 227 14 334 37 137 0 16 430 132 55
Binary 10010111 1100 11011100 11111 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #970CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CDC

Black with #970CDC

Text Example


Text Example

White with #970CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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