Html Css Color HEX #9627CB Dark Orchid

📋 copy color: '#9627CB'

red 150 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #9627CB

Tints of Dark Orchid #9627CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.95%

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

R = 38.27%
G = 9.95%
B = 51.79%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9627CB (or 0x9627CB) is known color: Dark Orchid. HEX triplet: 96, 27 and CB. RGB value is (150,39,203). Sum of RGB (Red+Green+Blue) = 150+39+203=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #9627CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627CB is #69D834. Grayscale: #5A5A5A. Windows color (decimal): -6936629 or 13313942. OLE color: 13313942.

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

Color convert

RGB 150 39 203 -
CMYK 0.26 0.81 0 0.20
HSL 280.61º 0.68% 0.47% -
HSV(B) 280.61º 0.81% 0.8% -
XYZ 24.08 12.25 57.59 -
YUV 90.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 150 39 203 0.26 0.81 0 0.20 280.61 0.68 0.47
Hex 96 27 CB 1A 51 0 14 119 44 2F
Octal 226 47 313 32 121 0 24 431 104 57
Binary 10010110 100111 11001011 11010 1010001 0 10100 100011001 1000100 101111

Color Harmonies of #9627CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627CB

Black with #9627CB

Text Example


Text Example

White with #9627CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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