Html Css Color HEX #9232BE Dark Orchid

📋 copy color: '#9232BE'

red 146 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #9232BE

Tints of Dark Orchid #9232BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.95%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 37.82%
G = 12.95%
B = 49.22%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9232BE (or 0x9232BE) is known color: Dark Orchid. HEX triplet: 92, 32 and BE. RGB value is (146,50,190). Sum of RGB (Red+Green+Blue) = 146+50+190=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #9232BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232BE is #6DCD41. Grayscale: #5E5E5E. Windows color (decimal): -7195970 or 12464786. OLE color: 12464786.

HSL color Cylindrical-coordinate representation of color #9232BE: hue angle of 281.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9232BE is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 50 190 -
CMYK 0.23 0.74 0 0.25
HSL 281.14º 0.58% 0.47% -
HSV(B) 281.14º 0.74% 0.75% -
XYZ 22.29 12.11 49.88 -
YUV 94.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 146 50 190 0.23 0.74 0 0.25 281.14 0.58 0.47
Hex 92 32 BE 17 4A 0 19 119 3A 2F
Octal 222 62 276 27 112 0 31 431 72 57
Binary 10010010 110010 10111110 10111 1001010 0 11001 100011001 111010 101111

Color Harmonies of #9232BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9232BE

Black with #9232BE

Text Example


Text Example

White with #9232BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9232BE; }

 p { color: rgb(146,50,190); }

 H1.HeaderClassName
 {
   color: #9232BE;
 }
 .AnyTagClassName
 {
   color: #9232BE;
 }
</style>

background-color css

<style>
 a { background-color: #9232BE; }

 a { background-color: rgb(146,50,190); }

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

border-color css

<style>
 span { border-color: #9232BE; }

 span { border-color: rgb(146,50,190); }

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