Html Css Color HEX #9621CB Dark Orchid

📋 copy color: '#9621CB'

red 150 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #9621CB

Tints of Dark Orchid #9621CB

RGB

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

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

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

R = 38.86%
G = 8.55%
B = 52.59%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9621CB (or 0x9621CB) is known color: Dark Orchid. HEX triplet: 96, 21 and CB. RGB value is (150,33,203). Sum of RGB (Red+Green+Blue) = 150+33+203=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #9621CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9621CB is #69DE34. Grayscale: #565656. Windows color (decimal): -6938165 or 13312406. OLE color: 13312406.

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

Color convert

RGB 150 33 203 -
CMYK 0.26 0.84 0 0.20
HSL 281.29º 0.72% 0.46% -
HSV(B) 281.29º 0.84% 0.8% -
XYZ 23.9 11.88 57.53 -
YUV 87.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 150 33 203 0.26 0.84 0 0.20 281.29 0.72 0.46
Hex 96 21 CB 1A 54 0 14 119 48 2E
Octal 226 41 313 32 124 0 24 431 110 56
Binary 10010110 100001 11001011 11010 1010100 0 10100 100011001 1001000 101110

Color Harmonies of #9621CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9621CB

Black with #9621CB

Text Example


Text Example

White with #9621CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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