Html Css Color HEX #9206EE Dark Violet

📋 copy color: '#9206EE'

red 146 ◦ green 6 ◦ blue 238

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

Shades of Dark Violet #9206EE

Tints of Dark Violet #9206EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 37.44%
G = 1.54%
B = 61.03%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9206EE (or 0x9206EE) is known color: Dark Violet. HEX triplet: 92, 06 and EE. RGB value is (146,6,238). Sum of RGB (Red+Green+Blue) = 146+6+238=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #9206EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9206EE is #6DF911. Grayscale: #494949. Windows color (decimal): -7207186 or 15599250. OLE color: 15599250.

HSL color Cylindrical-coordinate representation of color #9206EE: hue angle of 276.21º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206EE is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 6 238 -
CMYK 0.39 0.97 0 0.07
HSL 276.21º 0.95% 0.48% -
HSV(B) 276.21º 0.97% 0.93% -
XYZ 27.35 12.41 81.84 -
YUV 74.31 220.38 179.14 -
System Red Green Blue C M Y K H S L
Decimal 146 6 238 0.39 0.97 0 0.07 276.21 0.95 0.48
Hex 92 6 EE 27 61 0 7 114 5F 30
Octal 222 6 356 47 141 0 7 424 137 60
Binary 10010010 110 11101110 100111 1100001 0 111 100010100 1011111 110000

Color Harmonies of #9206EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9206EE

Black with #9206EE

Text Example


Text Example

White with #9206EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9206EE; }

 p { color: rgb(146,6,238); }

 H1.HeaderClassName
 {
   color: #9206EE;
 }
 .AnyTagClassName
 {
   color: #9206EE;
 }
</style>

background-color css

<style>
 a { background-color: #9206EE; }

 a { background-color: rgb(146,6,238); }

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

border-color css

<style>
 span { border-color: #9206EE; }

 span { border-color: rgb(146,6,238); }

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