Html Css Color HEX #9B26CB Dark Orchid

📋 copy color: '#9B26CB'

red 155 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #9B26CB

Tints of Dark Orchid #9B26CB

RGB

 RED value IS 155 (60.94% from 255) = 39.14%

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

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

R = 39.14%
G = 9.6%
B = 51.26%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B26CB (or 0x9B26CB) is known color: Dark Orchid. HEX triplet: 9B, 26 and CB. RGB value is (155,38,203). Sum of RGB (Red+Green+Blue) = 155+38+203=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B26CB is #64D934. Grayscale: #5B5B5B. Windows color (decimal): -6609205 or 13313691. OLE color: 13313691.

HSL color Cylindrical-coordinate representation of color #9B26CB: hue angle of 282.55º 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 #9B26CB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 38 203 -
CMYK 0.24 0.81 0 0.20
HSL 282.55º 0.68% 0.47% -
HSV(B) 282.55º 0.81% 0.8% -
XYZ 24.99 12.67 57.63 -
YUV 91.79 190.76 173.08 -
System Red Green Blue C M Y K H S L
Decimal 155 38 203 0.24 0.81 0 0.20 282.55 0.68 0.47
Hex 9B 26 CB 18 51 0 14 11B 44 2F
Octal 233 46 313 30 121 0 24 433 104 57
Binary 10011011 100110 11001011 11000 1010001 0 10100 100011011 1000100 101111

Color Harmonies of #9B26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B26CB

Black with #9B26CB

Text Example


Text Example

White with #9B26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B26CB; }

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

 H1.HeaderClassName
 {
   color: #9B26CB;
 }
 .AnyTagClassName
 {
   color: #9B26CB;
 }
</style>

background-color css

<style>
 a { background-color: #9B26CB; }

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

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

border-color css

<style>
 span { border-color: #9B26CB; }

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

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