Html Css Color HEX #910ACD Dark Violet

📋 copy color: '#910ACD'

red 145 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #910ACD

Tints of Dark Violet #910ACD

RGB

 RED value IS 145 (57.03% from 255) = 40.28%

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

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

R = 40.28%
G = 2.78%
B = 56.94%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#910ACD (or 0x910ACD) is known color: Dark Violet. HEX triplet: 91, 0A and CD. RGB value is (145,10,205). Sum of RGB (Red+Green+Blue) = 145+10+205=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #910ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910ACD is #6EF532. Grayscale: #474747. Windows color (decimal): -7271731 or 13437585. OLE color: 13437585.

HSL color Cylindrical-coordinate representation of color #910ACD: hue angle of 281.54º 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 #910ACD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 10 205 -
CMYK 0.29 0.95 0 0.20
HSL 281.54º 0.91% 0.42% -
HSV(B) 281.54º 0.95% 0.8% -
XYZ 22.81 10.64 58.61 -
YUV 72.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 145 10 205 0.29 0.95 0 0.20 281.54 0.91 0.42
Hex 91 A CD 1D 5F 0 14 11A 5B 2A
Octal 221 12 315 35 137 0 24 432 133 52
Binary 10010001 1010 11001101 11101 1011111 0 10100 100011010 1011011 101010

Color Harmonies of #910ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910ACD

Black with #910ACD

Text Example


Text Example

White with #910ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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