Html Css Color HEX #920ACE Dark Violet

📋 copy color: '#920ACE'

red 146 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #920ACE

Tints of Dark Violet #920ACE

RGB

 RED value IS 146 (57.42% from 255) = 40.33%

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 40.33%
G = 2.76%
B = 56.91%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#920ACE (or 0x920ACE) is known color: Dark Violet. HEX triplet: 92, 0A and CE. RGB value is (146,10,206). Sum of RGB (Red+Green+Blue) = 146+10+206=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #920ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ACE is #6DF531. Grayscale: #484848. Windows color (decimal): -7206194 or 13503122. OLE color: 13503122.

HSL color Cylindrical-coordinate representation of color #920ACE: hue angle of 281.63º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920ACE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 10 206 -
CMYK 0.29 0.95 0 0.19
HSL 281.63º 0.91% 0.42% -
HSV(B) 281.63º 0.95% 0.81% -
XYZ 23.1 10.78 59.26 -
YUV 73.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 146 10 206 0.29 0.95 0 0.19 281.63 0.91 0.42
Hex 92 A CE 1D 5F 0 13 11A 5B 2A
Octal 222 12 316 35 137 0 23 432 133 52
Binary 10010010 1010 11001110 11101 1011111 0 10011 100011010 1011011 101010

Color Harmonies of #920ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920ACE

Black with #920ACE

Text Example


Text Example

White with #920ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920ACE; }

 p { color: rgb(146,10,206); }

 H1.HeaderClassName
 {
   color: #920ACE;
 }
 .AnyTagClassName
 {
   color: #920ACE;
 }
</style>

background-color css

<style>
 a { background-color: #920ACE; }

 a { background-color: rgb(146,10,206); }

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

border-color css

<style>
 span { border-color: #920ACE; }

 span { border-color: rgb(146,10,206); }

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