Html Css Color HEX #9326CB Dark Orchid

📋 copy color: '#9326CB'

red 147 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #9326CB

Tints of Dark Orchid #9326CB

RGB

 RED value IS 147 (57.81% from 255) = 37.89%

 GREEN value IS 38 (15.23% from 255) = 9.79%

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

R = 37.89%
G = 9.79%
B = 52.32%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9326CB (or 0x9326CB) is known color: Dark Orchid. HEX triplet: 93, 26 and CB. RGB value is (147,38,203). Sum of RGB (Red+Green+Blue) = 147+38+203=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 38 (15.23% from 255 or 9.79% 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 #9326CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326CB is #6CD934. Grayscale: #585858. Windows color (decimal): -7133493 or 13313683. OLE color: 13313683.

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

Color convert

RGB 147 38 203 -
CMYK 0.28 0.81 0 0.20
HSL 279.64º 0.68% 0.47% -
HSV(B) 279.64º 0.81% 0.8% -
XYZ 23.51 11.9 57.56 -
YUV 89.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 147 38 203 0.28 0.81 0 0.20 279.64 0.68 0.47
Hex 93 26 CB 1C 51 0 14 118 44 2F
Octal 223 46 313 34 121 0 24 430 104 57
Binary 10010011 100110 11001011 11100 1010001 0 10100 100011000 1000100 101111

Color Harmonies of #9326CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9326CB

Black with #9326CB

Text Example


Text Example

White with #9326CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,38,203); }

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

background-color css

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

 a { background-color: rgb(147,38,203); }

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

border-color css

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

 span { border-color: rgb(147,38,203); }

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