Html Css Color HEX #9B25CB Dark Orchid

📋 copy color: '#9B25CB'

red 155 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #9B25CB

Tints of Dark Orchid #9B25CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.37%

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

R = 39.24%
G = 9.37%
B = 51.39%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B25CB (or 0x9B25CB) is known color: Dark Orchid. HEX triplet: 9B, 25 and CB. RGB value is (155,37,203). Sum of RGB (Red+Green+Blue) = 155+37+203=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B25CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B25CB is #64DA34. Grayscale: #5A5A5A. Windows color (decimal): -6609461 or 13313435. OLE color: 13313435.

HSL color Cylindrical-coordinate representation of color #9B25CB: hue angle of 282.65º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B25CB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 37 203 -
CMYK 0.24 0.82 0 0.20
HSL 282.65º 0.69% 0.47% -
HSV(B) 282.65º 0.82% 0.8% -
XYZ 24.96 12.6 57.62 -
YUV 91.21 191.09 173.5 -
System Red Green Blue C M Y K H S L
Decimal 155 37 203 0.24 0.82 0 0.20 282.65 0.69 0.47
Hex 9B 25 CB 18 52 0 14 11B 45 2F
Octal 233 45 313 30 122 0 24 433 105 57
Binary 10011011 100101 11001011 11000 1010010 0 10100 100011011 1000101 101111

Color Harmonies of #9B25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B25CB

Black with #9B25CB

Text Example


Text Example

White with #9B25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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