Html Css Color HEX #970ACD Dark Violet

📋 copy color: '#970ACD'

red 151 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #970ACD

Tints of Dark Violet #970ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 41.26%
G = 2.73%
B = 56.01%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#970ACD (or 0x970ACD) is known color: Dark Violet. HEX triplet: 97, 0A and CD. RGB value is (151,10,205). Sum of RGB (Red+Green+Blue) = 151+10+205=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #970ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ACD is #68F532. Grayscale: #494949. Windows color (decimal): -6878515 or 13437591. OLE color: 13437591.

HSL color Cylindrical-coordinate representation of color #970ACD: hue angle of 283.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970ACD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 10 205 -
CMYK 0.26 0.95 0 0.20
HSL 283.38º 0.91% 0.42% -
HSV(B) 283.38º 0.95% 0.8% -
XYZ 23.89 11.2 58.66 -
YUV 74.39 201.71 182.64 -
System Red Green Blue C M Y K H S L
Decimal 151 10 205 0.26 0.95 0 0.20 283.38 0.91 0.42
Hex 97 A CD 1A 5F 0 14 11B 5B 2A
Octal 227 12 315 32 137 0 24 433 133 52
Binary 10010111 1010 11001101 11010 1011111 0 10100 100011011 1011011 101010

Color Harmonies of #970ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ACD

Black with #970ACD

Text Example


Text Example

White with #970ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,10,205); }

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

background-color css

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

 a { background-color: rgb(151,10,205); }

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

border-color css

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

 span { border-color: rgb(151,10,205); }

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