Html Css Color HEX #9623CA Dark Orchid

📋 copy color: '#9623CA'

red 150 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #9623CA

Tints of Dark Orchid #9623CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 38.76%
G = 9.04%
B = 52.2%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9623CA (or 0x9623CA) is known color: Dark Orchid. HEX triplet: 96, 23 and CA. RGB value is (150,35,202). Sum of RGB (Red+Green+Blue) = 150+35+202=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9623CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623CA is #69DC35. Grayscale: #575757. Windows color (decimal): -6937654 or 13247382. OLE color: 13247382.

HSL color Cylindrical-coordinate representation of color #9623CA: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9623CA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 35 202 -
CMYK 0.26 0.83 0 0.21
HSL 281.32º 0.7% 0.46% -
HSV(B) 281.32º 0.83% 0.79% -
XYZ 23.84 11.95 56.93 -
YUV 88.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 150 35 202 0.26 0.83 0 0.21 281.32 0.7 0.46
Hex 96 23 CA 1A 53 0 15 119 46 2E
Octal 226 43 312 32 123 0 25 431 106 56
Binary 10010110 100011 11001010 11010 1010011 0 10101 100011001 1000110 101110

Color Harmonies of #9623CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9623CA

Black with #9623CA

Text Example


Text Example

White with #9623CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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