Html Css Color HEX #9B83CB Cold Purple

📋 copy color: '#9B83CB'

red 155 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #9B83CB

Tints of Cold Purple #9B83CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

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

R = 31.7%
G = 26.79%
B = 41.51%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B83CB (or 0x9B83CB) is known color: Cold Purple. HEX triplet: 9B, 83 and CB. RGB value is (155,131,203). Sum of RGB (Red+Green+Blue) = 155+131+203=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83CB is #647C34. Grayscale: #929292. Windows color (decimal): -6585397 or 13337499. OLE color: 13337499.

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

Color convert

RGB 155 131 203 -
CMYK 0.24 0.35 0 0.20
HSL 260º 0.41% 0.65% -
HSV(B) 260º 0.35% 0.8% -
XYZ 32.41 27.51 60.1 -
YUV 146.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 155 131 203 0.24 0.35 0 0.20 260 0.41 0.65
Hex 9B 83 CB 18 23 0 14 104 29 41
Octal 233 203 313 30 43 0 24 404 51 101
Binary 10011011 10000011 11001011 11000 100011 0 10100 100000100 101001 1000001

Color Harmonies of #9B83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B83CB

Black with #9B83CB

Text Example


Text Example

White with #9B83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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