Html Css Color HEX #9621CE Dark Orchid

📋 copy color: '#9621CE'

red 150 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #9621CE

Tints of Dark Orchid #9621CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 38.56%
G = 8.48%
B = 52.96%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9621CE (or 0x9621CE) is known color: Dark Orchid. HEX triplet: 96, 21 and CE. RGB value is (150,33,206). Sum of RGB (Red+Green+Blue) = 150+33+206=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9621CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9621CE is #69DE31. Grayscale: #575757. Windows color (decimal): -6938162 or 13509014. OLE color: 13509014.

HSL color Cylindrical-coordinate representation of color #9621CE: hue angle of 280.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9621CE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 33 206 -
CMYK 0.27 0.84 0 0.19
HSL 280.58º 0.72% 0.47% -
HSV(B) 280.58º 0.84% 0.81% -
XYZ 24.26 12.03 59.44 -
YUV 87.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 150 33 206 0.27 0.84 0 0.19 280.58 0.72 0.47
Hex 96 21 CE 1B 54 0 13 119 48 2F
Octal 226 41 316 33 124 0 23 431 110 57
Binary 10010110 100001 11001110 11011 1010100 0 10011 100011001 1001000 101111

Color Harmonies of #9621CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9621CE

Black with #9621CE

Text Example


Text Example

White with #9621CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9621CE; }

 p { color: rgb(150,33,206); }

 H1.HeaderClassName
 {
   color: #9621CE;
 }
 .AnyTagClassName
 {
   color: #9621CE;
 }
</style>

background-color css

<style>
 a { background-color: #9621CE; }

 a { background-color: rgb(150,33,206); }

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

border-color css

<style>
 span { border-color: #9621CE; }

 span { border-color: rgb(150,33,206); }

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