Html Css Color HEX #9823BE Dark Orchid

📋 copy color: '#9823BE'

red 152 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #9823BE

Tints of Dark Orchid #9823BE

RGB

 RED value IS 152 (59.77% from 255) = 40.32%

 GREEN value IS 35 (14.06% from 255) = 9.28%

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

R = 40.32%
G = 9.28%
B = 50.4%

CMYK

 C value IS 0.2

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9823BE (or 0x9823BE) is known color: Dark Orchid. HEX triplet: 98, 23 and BE. RGB value is (152,35,190). Sum of RGB (Red+Green+Blue) = 152+35+190=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9823BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9823BE is #67DC41. Grayscale: #575757. Windows color (decimal): -6806594 or 12460952. OLE color: 12460952.

HSL color Cylindrical-coordinate representation of color #9823BE: hue angle of 285.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9823BE is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 35 190 -
CMYK 0.2 0.82 0 0.25
HSL 285.29º 0.69% 0.44% -
HSV(B) 285.29º 0.82% 0.75% -
XYZ 22.84 11.6 49.75 -
YUV 87.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 152 35 190 0.2 0.82 0 0.25 285.29 0.69 0.44
Hex 98 23 BE 14 52 0 19 11D 45 2C
Octal 230 43 276 24 122 0 31 435 105 54
Binary 10011000 100011 10111110 10100 1010010 0 11001 100011101 1000101 101100

Color Harmonies of #9823BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9823BE

Black with #9823BE

Text Example


Text Example

White with #9823BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,35,190); }

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

background-color css

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

 a { background-color: rgb(152,35,190); }

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

border-color css

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

 span { border-color: rgb(152,35,190); }

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