Html Css Color HEX #9623CB Dark Orchid

📋 copy color: '#9623CB'

red 150 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #9623CB

Tints of Dark Orchid #9623CB

RGB

 RED value IS 150 (58.98% from 255) = 38.66%

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 38.66%
G = 9.02%
B = 52.32%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9623CB (or 0x9623CB) is known color: Dark Orchid. HEX triplet: 96, 23 and CB. RGB value is (150,35,203). Sum of RGB (Red+Green+Blue) = 150+35+203=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #9623CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623CB is #69DC34. Grayscale: #575757. Windows color (decimal): -6937653 or 13312918. OLE color: 13312918.

HSL color Cylindrical-coordinate representation of color #9623CB: hue angle of 281.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9623CB is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 35 203 -
CMYK 0.26 0.83 0 0.20
HSL 281.07º 0.71% 0.47% -
HSV(B) 281.07º 0.83% 0.8% -
XYZ 23.96 12 57.55 -
YUV 88.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 150 35 203 0.26 0.83 0 0.20 281.07 0.71 0.47
Hex 96 23 CB 1A 53 0 14 119 47 2F
Octal 226 43 313 32 123 0 24 431 107 57
Binary 10010110 100011 11001011 11010 1010011 0 10100 100011001 1000111 101111

Color Harmonies of #9623CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9623CB

Black with #9623CB

Text Example


Text Example

White with #9623CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9623CB; }

 p { color: rgb(150,35,203); }

 H1.HeaderClassName
 {
   color: #9623CB;
 }
 .AnyTagClassName
 {
   color: #9623CB;
 }
</style>

background-color css

<style>
 a { background-color: #9623CB; }

 a { background-color: rgb(150,35,203); }

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

border-color css

<style>
 span { border-color: #9623CB; }

 span { border-color: rgb(150,35,203); }

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